ActiveX Data Object - vertaling naar italiaans
DICLIB.COM
AI-gebaseerde taaltools
Voer een woord of zin in in een taal naar keuze 👆
Taal:     

Vertaling en analyse van woorden door kunstmatige intelligentie

Op deze pagina kunt u een gedetailleerde analyse krijgen van een woord of zin, geproduceerd met behulp van de beste kunstmatige intelligentietechnologie tot nu toe:

  • hoe het woord wordt gebruikt
  • gebruiksfrequentie
  • het wordt vaker gebruikt in mondelinge of schriftelijke toespraken
  • opties voor woordvertaling
  • Gebruiksvoorbeelden (meerdere zinnen met vertaling)
  • etymologie

ActiveX Data Object - vertaling naar italiaans

COMPONENT OBJECT MODEL APIS FOR ACCESSING DATA SOURCES
Active X Data Objects; Msado; ActiveX Data Object; Active Data Objects

ActiveX Data Object         
(informatica) interfaccia della società Microsoft che consente l"accesso rapido a diversi tipi di banche di dati, ADO
indirect object         
GRAMMATICAL TERM; ARGUMENT IN A PROPOSITION
Direct object; Indirect object; Object (linguistics); Grammatic object; Grammatical object; Indirect objects; Object of preposition; Prepositional complement; Direct Object; Inner object; Outer object
oggetto indiretto
OLE object         
TECHNOLOGY DEVELOPED BY MICROSOFT
OCX; OLE 2; Object linking and embedding; OLE container; OLE control; OLE custom control; OLE Database; OLE server; ActiveX object; Activex object; Object Packager; OCX control; Object Linking & Embedding; OLE2; OLE 2.0; OLE object; IOleObject; .ocx
"Object" OLE (oggetto informativo inoltrato in base alla norma d"uso OLE)

Definitie

ActiveX Data Objects
<database, Microsoft, programming> (ADO) Microsoft's library for accessing data sources through OLE DB. Typically it is used to query or modify data stored in a relational database. {Home (http://msdn.microsoft.com/library/en-us/ado270/htm/adostartpage1.asp)}. (2003-07-08)

Wikipedia

ActiveX Data Objects

In computing, Microsoft's ActiveX Data Objects (ADO) comprises a set of Component Object Model (COM) objects for accessing data sources. A part of MDAC (Microsoft Data Access Components), it provides a middleware layer between programming languages and OLE DB (a means of accessing data stores, whether databases or not, in a uniform manner). ADO allows a developer to write programs that access data without knowing how the database is implemented; developers must be aware of the database for connection only. No knowledge of SQL is required to access a database when using ADO, although one can use ADO to execute SQL commands directly (with the disadvantage of introducing a dependency upon the type of database used).

Microsoft introduced ADO in October 1996, positioning the software as a successor to Microsoft's earlier object layers for accessing data sources, including RDO (Remote Data Objects) and DAO (Data Access Objects).

ADO is made up of four collections and twelve objects.